KommerceServerConfiguration Settings - System
Contains Kore Commerce system settings.
Application |
Setting Name |
Description |
---|---|---|
SYSTEM |
dflt_country_cd |
Default Country Code. The default country for this site. |
SYSTEM |
func_curr_cd |
Functional Currency Code. Select the normal currency format for this website based on the expected data coming in from the ERP. The default is “USD”. |
SYSTEM |
ks_event_level |
Event Logging Level. Options are: 100 – Warnings, errors 200 – General Information, warnings, errors 300 – Trace & general information, warnings, errors 600 – Debug, trace, and general info, warnings, errors |
SYSTEM |
ks_event_save_cnt |
Maximum Events in History. Number of Events stored in history (auto pruned). |
SYSTEM |
password_mask |
Strong Password Mask. Regular expression. For example, the value of “1A1a1N” means passwords must contain at least 1 uppercase character, 1 lowercase character, and 1 number. |
SYSTEM |
password_min_length |
Minimum number of characters allowed for a password. Minimum number of characters. |
SYSTEM |
password_max_attempts |
Max failed login attempts in 15 minutes. Automatic disablement of account if exceeded. |
SYSTEM |
password_mgmt |
Password entry management. Options are: 1=Users can enter any password 2=Users can enter passwords but restricted to the password_mask setting 3=System must Generate and Email password |
SYSTEM |
password_rollover_days |
Password Rollover Days. Number of days before password expires and requires a change. |
SYSTEM |
password_unique_count |
Number of previous passwords in history. System will not allow reuse on roll over. |
SYSTEM |
DefaultLandingPage |
Default starting page once logged in. Application root-relative path of default page to navigate to when user logs in (e.g. /CUSTOMER_HOME.ASPX). A default landing page can be assigned to a particular role which overrides this setting. Refer to the User Role Listing Page topic for more information. |
SYSTEM |
site_start_page |
Starting Page when anonymous. Application root-relative path of page to navigate to when user is not logged in (e.g. /STORE_HOME.ASPX). |
SYSTEM |
email_max_attempts |
Maximum email attempts if failures occur. The default is 3. |